Return to Home Page.

Here are some plots

Today we’re making interactive plots in plotly

build_site = function(){
  rmarkdown::render("index.Rmd")
  rmarkdown::render("about.Rmd")
  rmarkdown::render("plots.Rmd")
  rmarkdown::render("plotly.Rmd")
}